shared variables meaning in English
变量共享
Examples
- Maintain a shared variable across all test iterations in a load test
在负载测试中的所有测试迭代间维护一个共享变量。 - Locks around shared variables allow java threads to quickly and easily communicate and synchronize
给共享变量上锁就使得java线程能够快速方便地通信和同步。 - Some very strange things can happen if you fail to synchronize when accessing shared variables
如果在访问共享变量的时候没有同步的话,就会发生一些奇怪的事情。 - You will be able to share variables among the scripted action script and the prefix and suffix scripts
可以在scripted action脚本与前缀脚本和后缀脚本间共享变量。 - In the preceding example , the compiler generates a warning message both times the code accesses the shared variable
在前面的示例中,编译器在代码通过实例访问共享变量